home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Cl…Business) - New Member 21
/
Software of the Month Club XXI - New Member Business.ISO
/
pc
/
neobook
/
install.bat
Wrap
DOS Batch File
|
1996-03-19
|
2KB
|
34 lines
echo off
rem %1 is the directory name that program will be copied to.
rem %2 is the name of the program to be copied
cls
echo ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
echo ▒▒▒█████████████████████████████████████████████████████████████████▒▒▒▒
echo ▒▒▒█ █ ▒▒
echo ▒▒▒█ To print this screen, press Shift Print Screen. █ ▒▒
echo ▒▒▒█ █ ▒▒
echo ▒▒▒█ The Program you selected will be copied to your █ ▒▒
echo ▒▒▒█ hard drive in the directory: █ ▒▒
echo ▒▒▒█ █████ ▒▒
echo ▒▒▒█ C:\THECLUB\%1
echo ▒▒▒█
echo ▒▒▒█ To use the %2 program,
echo ▒▒▒█ change to your hard drive. Type C: and press ENTER
echo ▒▒▒█
echo ▒▒▒█ Next, change to the %1 directory. Type the following:
echo ▒▒▒█ CD\THECLUB\%1 Then press the ENTER key.
echo ▒▒▒█
echo ▒▒▒█ Type THECLUB and press the ENTER key to see important
echo ▒▒▒█ information on starting the program and viewing the █████ ▒▒
echo ▒▒▒█ authors documentation or special instructions. █ █ ▒▒
echo ▒▒▒█ █ █ ▒▒
echo ▒▒▒█████████████████████████████████████████████████████████████████ ▒▒
echo ▒▒▒▒▒ █ ▒▒
echo ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒█ ▒▒▒▒▒▒
pause
cls
md c:\THECLUB
cls
md c:\THECLUB\%1
xcopy %1 c:\THECLUB\%1 /S